home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 April / CICA Shareware for Windows CD-ROM (Walnut Creek CD-ROM)(April 1994).ISO / win3 / nt / mftpd.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-05-02  |  714b  |  19 lines

  1. @echo off
  2. echo This batch file will attempt to install the Software Innovations
  3. echo evaluation-copy FTPD service.  You must run this as `administrator'.
  4. pause
  5. echo We start by trying to stop and de-install any old version.
  6. echo You can ignore any error messages below.
  7. NET STOP FTPD
  8. FTPDDEL
  9. echo Now, copy the new files into place.  Note that the Control Panel,
  10. echo and Event Logger must not be running.  Any error messages below
  11. echo indicate a serious problem with the installation.
  12. pause
  13. copy FTPDserv.exe %SYSTEMROOT%\system32
  14. copy FTPDmsgs.dll %SYSTEMROOT%\system32
  15. copy secure.dll %SYSTEMROOT%\system32
  16. copy FTPDctl.cpl %SYSTEMROOT%\system32
  17. echo Installing Service...
  18. FTPDINST
  19. echo Done.